home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PRINTER
/
MEXLAS.ARJ
/
TXPATTER.PRG
< prev
next >
Wrap
Text File
|
1991-09-01
|
979b
|
34 lines
*:*********************************************************************
*:
*: Program file: TXPATTERNBAR.PRG
*:
*: System: Texas Associated Software Laser Library
*: Author: Jose E. Lopez, Jr.
*: Copyright (c) 1991, Texas Associated Software - Red Oak, TX
*:
*:*********************************************************************
txinit(_print_port)
txreset()
txpagesize("letter")
txorient("P")
txsetlpi(6)
txpatternbar(01, 10, 20, 15, 1, .t.)
txcolprint(17, 12, .f., "Fill Pattern 1")
txpatternbar(01, 50, 20, 15, 2, .t.)
txcolprint(17, 52, .f., "Fill Pattern 2")
txpatternbar(21, 10, 20, 15, 3, .t.)
txcolprint(37, 12, .f., "Fill Pattern 3")
txpatternbar(21, 50, 20, 15, 4, .t.)
txcolprint(37, 52, .f., "Fill Pattern 4")
txpatternbar(41, 10, 20, 15, 5, .t.)
txcolprint(57, 12, .f., "Fill Pattern 5")
txpatternbar(41, 50, 20, 15, 6, .t.)
txcolprint(57, 52, .f., "Fill Pattern 6")
txclear()
*: EOF: TXPATTERNBAR.PRG